home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / ATTACH.DOC < prev    next >
Text File  |  1993-01-10  |  2KB  |  44 lines

  1. This file documents the new feature called "attached files".  Attach
  2. files allow a file containing anything to accompany a message.  The
  3. attached file will be relayed from BBS to BBS attached to the message.
  4. Unfortunately, all the BBS in the path must have this feature or the
  5. message will hang up waiting for a place to go.
  6.  
  7. Sending a message with an attached file
  8. ---------------------------------------
  9.  
  10. The fact that an attached file accompanies a message is given by the "F"
  11. flag in the send command option field.  Example:
  12.  
  13.    SP [F] AA4RE @ AA4RE
  14.  
  15. would indicate an attached file.
  16.  
  17. After you input the text portion of the message, the BBS will prompt
  18. you for the attached portion.  The default is for you to upload the
  19. file in YAPP format.  If you want to be prompted for am upload format
  20. then you issue the "P" flag in the option field.  Example:
  21.  
  22.    SP [FP] AA4RE @ AA4RE
  23.  
  24. says to prompt for protocol.  Any upload protocol can be used.  In addition,
  25. you can send any file that you can access with the BBS.  To attach a file,
  26. use the format:
  27.  
  28.    FILE area filename.fileext
  29.  
  30. to reply to the protocol prompt.  Example:
  31.  
  32.    FILE RACES RACESBUL.245
  33.  
  34. would attach RACES Bulletin #245 to the message.
  35.  
  36.  
  37. Receiving a message with an attached file
  38. -----------------------------------------
  39.  
  40. Read the message using the "R" command.  At the end of the text portion
  41. of the message, you will be prompted for what to do with the attached
  42. file.  You can download it, skip it, or copy it to a directory area on
  43. the BBS.
  44.